Fix a bug with time zones on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Mon, 31 Dec 2012 16:09:00 +0000 (18:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 31 Dec 2012 16:09:00 +0000 (18:09 +0200)
commit6d6c82226a4e2ec3d1c5ba5acda01ea053c1fd11
tree8315b68b7a5833cbc99f85d49f16f4c55a21a82c
parent7834efcb1545c65bd6916d00b0eb96c6081a98fd
Fix a bug with time zones on MS-Windows.

 src/w32.c (unsetenv): Set up the string passed to _putenv
 correctly.  See
 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00863.html
 for the bug this caused.
src/ChangeLog
src/w32.c